home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / eudor154.zip / COMMON.Z / PACIFIER.NAV < prev    next >
Text File  |  1995-12-14  |  658b  |  32 lines

  1. ;Pacifier.com ( 199.2.117.161 ) Navagation Script..
  2. ;
  3. ; Navigation Script Written By jeffb@pacifier.com
  4. ;
  5. ; This script should not need editing if you run into problems feel
  6. ; free to send me E-mail explaining what's happening.
  7. ;
  8. ;
  9. set TelnetCommand=telnet \{System} \{Port} \r
  10. set CRLFProcessing=0
  11. ;set baudrate=38400
  12. set SMTPHELOSTRING=199.2.117.161
  13. ;
  14. cancelon "NO CARRIER"BUSY"NO DIALTONE"Username/Password Incorrect"
  15. send ATDT {DialNumber}\r
  16. ;
  17. waitfor CONNECT
  18. waitfor host:
  19. send pacifier\r
  20. pause 1
  21. waitfor gin:
  22. pause 1
  23. send {DialLogin}\r
  24. waitfor ssword:
  25. pause 1
  26. send {DialPass}\r
  27. waitfor >
  28. send exec srialpop\r
  29. waitfor %
  30.  
  31.  
  32.